This program accepts point and click input from the user concerning the possible elements in a Visual Basic MsgBox command and places the corresponding code on the clipboard. Within certain limits, it scans the text input for compliance with the limitations imposed by Visual Basic on the function/procedure and informs the user of problems when they are found. The current version always generates a title for the message box even if it is a null string. The code produced by the MsgBox Editor will need to be edited slightly if you want the default title to be used instead. The default title of a message box in a non-compiled Visual Basic program is "VB;" in compiled programs it is the name of the EXE file.